<html lang="en">

<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
    <title>500</title>
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
    <link rel="stylesheet" type="text/css" href="/css/bootstrap.css" />
    <script src="/js/jquery-3.1.1.min.js" type="text/javascript"></script>
    <script src="/js/bootstrap.js" type="text/javascript"></script>
    <link type="text/css" rel="stylesheet" href="/css/style.css" />
</head>

<body>
    <div class="container" style="padding: 200px 0px;">
        <div class="row clearfix">
            <div class="col-md-12" style="display: flex;justify-content: center;">
                <img src="./images/500.svg" alt="">
            </div>
            <div class="col-md-12"
                style="display: flex;justify-content: center;margin-top: 20px;flex-wrap: wrap;line-height:30px;">
                报错啦！请刷新重试~~
            </div>
            <div class="col-md-12" style="border-top: 1px solid var(--main-color);margin-top:30px;"></div>
        </div>
    </div>
</body>

</html>